PHY SET GRAVITY

Set global gravity vector.

  Syntax
PHY SET GRAVITY x#, y#, z#
  Parameters
x#
Float
acceleration of gravity on the X axis
y#
Float
acceleration of gravity on the Y axis
z#
Float
acceleration of gravity on the Z axis

  Returns

  Description

When using this command you can set the global gravity acceleration vector. By default this is set to 0.0, -9.8, 0.0.

  Example Code
No example code is provided for this command